<bean id="testBO" parent="baseDaoProxy">
<property name="target">
<bean class="formacio.business.TestBOImpl">
<property name="hibernateDAO" ref="universalHibernateDAOProxy"></property>
<property name="loggingService" ref="loggingService"></property>
</bean>
</property>
<property name="transactionAttributes">
<props>
<prop key="testTransactionalMethod">
PROPAGATION_REQUIRED,-net.gencat.ctti.canigo.services.exceptions.RollbackBusinessException
</prop>
<prop key="*">PROPAGATION_REQUIRED,readOnly</prop>
</props>
</property>
</bean>